home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw GX / Programming Stuff / GX Libraries / GraphicsToolboxLibrary.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-31  |  749 b   |  34 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        GraphicsToolboxLibrary.h
  3.  
  4.     Contains:    graphics libraries - graphics toolbox library routines
  5.  
  6.     Written by:    Cary Clark, Georgiann Delaney, Michael Fairman, Dave Good, Robert Johnson, Keith McGreggor, Oliver Steele, David Van Brink, Chris Yerga
  7.  
  8.     Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <1>      1/9/95    JD        First checked in.
  13. */
  14.  
  15. #ifndef __GRAPHICSTOOLBOXLIBRARY__
  16. #define __GRAPHICSTOOLBOXLIBRARY__
  17.  
  18. #include <GXTypes.h>
  19.  
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23.  
  24. /* for compatibility with old headers */
  25. #define graphicsToolboxLibraryIncludes
  26.  
  27. long AddResFileFonts(short resFileID, gxFont** fontHandleOrNil);
  28.  
  29. #ifdef __cplusplus
  30. }
  31. #endif
  32.  
  33. #endif /* __GRAPHICSTOOLBOXLIBRARY__ */
  34.